home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1411.dms / var1411.adf / include / graphics / text.i < prev    next >
Text File  |  1990-11-05  |  2KB  |  126 lines

  1.     IFND    GRAPHICS_TEXT_I
  2. GRAPHICS_TEXT_I    SET    1
  3.     IFND    EXEC_PORTS_I
  4.     INCLUDE    "exec/ports.i"
  5.     ENDC
  6.     IFND    UTILITY_TAGITEM_I
  7.     INCLUDE    "utility/tagitem.i"
  8.     ENDC
  9.  
  10. FS_NORMAL    EQU    0
  11. FSB_UNDERLINED    EQU    0
  12. FSF_UNDERLINED    EQU    1<<0
  13. FSB_BOLD    EQU    1
  14. FSF_BOLD    EQU    1<<1
  15. FSB_ITALIC    EQU    2
  16. FSF_ITALIC    EQU    1<<2
  17. FSB_EXTENDED    EQU    3
  18. FSF_EXTENDED    EQU    1<<3
  19. FSB_COLORFONT    EQU    6
  20. FSF_COLORFONT    EQU    1<<6
  21. FSB_TAGGED    EQU    7
  22. FSF_TAGGED    EQU    1<<7
  23. FPB_ROMFONT    EQU    0
  24. FPF_ROMFONT    EQU    1<<0
  25. FPB_DISKFONT    EQU    1
  26. FPF_DISKFONT    EQU    1<<1
  27. FPB_REVPATH    EQU    2
  28. FPF_REVPATH    EQU    1<<2
  29. FPB_TALLDOT    EQU    3
  30. FPF_TALLDOT    EQU    1<<3
  31. FPB_WIDEDOT    EQU    4
  32. FPF_WIDEDOT    EQU    1<<4
  33. FPB_PROPORTIONAL    EQU    5
  34. FPF_PROPORTIONAL    EQU    1<<5
  35. FPB_DESIGNED    EQU    6
  36. FPF_DESIGNED    EQU    1<<6
  37. FPB_REMOVED    EQU    7
  38. FPF_REMOVED    EQU    1<<7
  39.  
  40.     rsreset
  41. TextAttr    rs.b    0
  42. ta_Name        rs.l    1
  43. ta_YSize    rs.w    1
  44. ta_Style    rs.b    1
  45. ta_Flags    rs.b    1
  46. ta_SIZEOF    rs.w    0
  47.  
  48.     rsreset
  49. TTextAttr    rs.b    0
  50. tta_Name    rs.l    1
  51. tta_YSize    rs.w    1
  52. tta_Style    rs.b    1
  53. tta_Flags    rs.b    1
  54. tta_Tags    rs.l    1
  55. tta_SIZEOF    rs.w    0
  56. TA_DeviceDPI    EQU    1!TAG_USER
  57. MAXFONTMATCHWEIGHT EQU    32767
  58.  
  59.     rsreset
  60. TextFont    rs.b    MN_SIZE
  61. tf_YSize    rs.w    1
  62. tf_Style    rs.b    1
  63. tf_Flags    rs.b    1
  64. tf_XSize    rs.w    1
  65. tf_Baseline    rs.w    1
  66. tf_BoldSmear    rs.w    1
  67. tf_Accessors    rs.w    1
  68. tf_LoChar    rs.b    1
  69. tf_HiChar    rs.b    1
  70. tf_CharData    rs.l    1
  71. tf_Modulo    rs.w    1
  72. tf_CharLoc    rs.l    1
  73. tf_CharSpace    rs.l    1
  74. tf_CharKern    rs.l    1
  75. tf_SIZEOF    rs.w    0
  76. tf_Extension    EQU    MN_REPLYPORT
  77. TE0B_NOREMFONT    EQU    0
  78. TE0F_NOREMFONT    EQU    1<<0
  79.  
  80.     rsreset
  81. TextFontExtension rs.b    0
  82. tfe_MatchWord    rs.w    1
  83. tfe_Flags0    rs.b    1
  84. tfe_Flags1    rs.b    1
  85. tfe_BackPtr    rs.l    1
  86. tfe_OrigReplyPort rs.l    1
  87. tfe_Tags    rs.l    1
  88. tfe_OFontPatchS    rs.l    1
  89. tfe_OFontPatchK    rs.l    1
  90. tfe_SIZEOF    rs.w    0
  91.  
  92. CT_COLORFONT    EQU    $0001
  93. CT_GREYFONT    EQU    $0002
  94. CT_ANTIALIAS    EQU    $0004
  95. CTB_MAPCOLOR    EQU    0
  96. CTF_MAPCOLOR    EQU    1<<0
  97.  
  98.     rsreset
  99. ColorFontColors    rs.b    0
  100. cfc_Reserved    rs.w    1
  101. cfc_Count    rs.w    1
  102. cfc_ColorTable    rs.l    1
  103. cfc_SIZEOF    rs.w    0
  104.  
  105.     rsreset
  106. ColorTextFont    rs.b    tf_SIZEOF
  107. ctf_Flags    rs.w    1
  108. ctf_Depth    rs.b    1
  109. ctf_FgColor    rs.b    1
  110. ctf_Low        rs.b    1
  111. ctf_High    rs.b    1
  112. ctf_PlanePick    rs.b    1
  113. ctf_PlaneOnOff    rs.b    1
  114. ctf_ColorFontColors    rs.l    1
  115. ctf_CharData    rs.b    8*4
  116. ctf_SIZEOF    rs.w    0
  117.  
  118.     rsreset
  119. TextExtent    rs.b    0
  120. te_Width    rs.w    1
  121. te_Height    rs.w    1
  122. te_Extent    rs.b    8
  123. te_SIZEOF    rs.w    0
  124.  
  125.     ENDC    ;GRAPHICS_TEXT_I
  126.